Einhugur OpenDocument Text Plugin for Xojo

Container.Items Method

Returns DocumentItemIterator for the items in the container. This property is for using with for each statements.

Items() as EinhugurODT.DocumentItemIterator

Parameters

Returns

EinhugurODT.DocumentItemIterator

Remarks

Usage:


for each it as DocumentItem in doc.Items
    // Your code here
next



Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Container Class